Skip to content

Version Packages (beta)#921

Open
vercel-release-bot wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages (beta)#921
vercel-release-bot wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@vercel-release-bot
Copy link
Contributor

@vercel-release-bot vercel-release-bot commented Feb 3, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/astro@4.0.0-beta.27

Patch Changes

@workflow/builders@4.0.1-beta.44

Patch Changes

  • #901 35a9f0c Thanks @TooTallNate! - Fix module specifier cache bug and add subpath export resolution for package IDs

  • #931 2453b29 Thanks @TooTallNate! - Make wf build --manifest-file include steps / classes metadata

  • #874 b5296a7 Thanks @TooTallNate! - Add discovered serializable classes in all context modes

  • #899 73bf7be Thanks @TooTallNate! - Change compiler ID generation logic to use Node.js import specifiers

    IDs for workflows, steps, and classes now use module specifiers:

    • Local files use ./path/to/file format instead of path/to/file.ext
    • Package files use packageName@version format (e.g., workflow@4.0.1)

    This enables stable IDs across different package.json export conditions.

  • #859 8114792 Thanks @TooTallNate! - Add discovery for custom classes with workflow serialization

  • Updated dependencies [0ce46b9, 35a9f0c, 79e988f, b9c782d, c54ba21, b5296a7, c1d7c8d, e0061b8, 38e8d55, 73bf7be, efb33b2, 8114792]:

    • @workflow/core@4.1.0-beta.53
    • @workflow/swc-plugin@4.1.0-beta.16
    • @workflow/errors@4.1.0-beta.14

@workflow/cli@4.1.0-beta.53

Patch Changes

@workflow/core@4.1.0-beta.53

Patch Changes

  • #922 0ce46b9 Thanks @pranaygp! - Add support for custom headers in queue messages

  • #933 79e988f Thanks @pranaygp! - Add OTEL tracing for event loading and queue timing breakdown using standard OTEL semantic conventions

  • #867 c54ba21 Thanks @TooTallNate! - Add optional writeToStreamMulti function to the World interface

  • #935 e0061b8 Thanks @pranaygp! - Improve logging: consolidate to structured logger, fix log levels, ensure errors/warnings are always visible

  • #873 38e8d55 Thanks @TooTallNate! - Ensure class serialization / deserialization only happens in the proper global context

  • #947 efb33b2 Thanks @TooTallNate! - Pass class as this context to custom serializer/deserializer methods

  • Updated dependencies [0ce46b9, c54ba21, 79e988f]:

    • @workflow/world@4.1.0-beta.2
    • @workflow/world-vercel@4.1.0-beta.30
    • @workflow/world-local@4.1.0-beta.29
    • @workflow/errors@4.1.0-beta.14

@workflow/nest@0.0.0-beta.2

Patch Changes

@workflow/next@4.0.1-beta.49

Patch Changes

  • #901 35a9f0c Thanks @TooTallNate! - Fix module specifier cache bug and add subpath export resolution for package IDs

  • #944 fed805a Thanks @pranaygp! - Bump Next.js devDependency to 16.1.6 for type compatibility

  • #899 73bf7be Thanks @TooTallNate! - Change compiler ID generation logic to use Node.js import specifiers

    IDs for workflows, steps, and classes now use module specifiers:

    • Local files use ./path/to/file format instead of path/to/file.ext
    • Package files use packageName@version format (e.g., workflow@4.0.1)

    This enables stable IDs across different package.json export conditions.

  • #926 8ab1ba2 Thanks @ijjk! - Add Next.js cache invalidation on swc transform change

  • #859 8114792 Thanks @TooTallNate! - Add discovery for custom classes with workflow serialization

  • Updated dependencies [0ce46b9, 35a9f0c, 79e988f, 2453b29, b9c782d, c54ba21, b5296a7, c1d7c8d, e0061b8, 38e8d55, 73bf7be, efb33b2, 8114792]:

    • @workflow/core@4.1.0-beta.53
    • @workflow/swc-plugin@4.1.0-beta.16
    • @workflow/builders@4.0.1-beta.44

@workflow/nitro@4.0.1-beta.48

Patch Changes

@workflow/nuxt@4.0.1-beta.37

Patch Changes

  • Updated dependencies [35a9f0c]:
    • @workflow/nitro@4.0.1-beta.48

@workflow/rollup@4.0.0-beta.10

Patch Changes

  • #899 73bf7be Thanks @TooTallNate! - Change compiler ID generation logic to use Node.js import specifiers

    IDs for workflows, steps, and classes now use module specifiers:

    • Local files use ./path/to/file format instead of path/to/file.ext
    • Package files use packageName@version format (e.g., workflow@4.0.1)

    This enables stable IDs across different package.json export conditions.

  • #859 8114792 Thanks @TooTallNate! - Add discovery for custom classes with workflow serialization

  • Updated dependencies [35a9f0c, 2453b29, b9c782d, b5296a7, c1d7c8d, 73bf7be, 8114792]:

    • @workflow/swc-plugin@4.1.0-beta.16
    • @workflow/builders@4.0.1-beta.44

@workflow/sveltekit@4.0.0-beta.42

Patch Changes

@workflow/swc-plugin@4.1.0-beta.16

Patch Changes

  • #901 35a9f0c Thanks @TooTallNate! - Fix module specifier cache bug and add subpath export resolution for package IDs

  • #872 b9c782d Thanks @TooTallNate! - Fix class ID generation when class is bound to a variable

  • #874 b5296a7 Thanks @TooTallNate! - Add discovered serializable classes in all context modes

  • #777 c1d7c8d Thanks @TooTallNate! - Add support for "use step" functions in class instance methods

  • #899 73bf7be Thanks @TooTallNate! - Change compiler ID generation logic to use Node.js import specifiers

    IDs for workflows, steps, and classes now use module specifiers:

    • Local files use ./path/to/file format instead of path/to/file.ext
    • Package files use packageName@version format (e.g., workflow@4.0.1)

    This enables stable IDs across different package.json export conditions.

  • #859 8114792 Thanks @TooTallNate! - Add discovery for custom classes with workflow serialization

@workflow/vite@4.0.0-beta.3

Patch Changes

@workflow/web-shared@4.1.0-beta.48

Patch Changes

workflow@4.1.0-beta.53

Patch Changes

  • Updated dependencies [0ce46b9, 35a9f0c, fed805a, 79e988f, c54ba21, e0061b8, 38e8d55, 73bf7be, efb33b2, 8ab1ba2, 8114792]:
    • @workflow/core@4.1.0-beta.53
    • @workflow/sveltekit@4.0.0-beta.42
    • @workflow/nitro@4.0.1-beta.48
    • @workflow/nest@0.0.0-beta.2
    • @workflow/next@4.0.1-beta.49
    • @workflow/rollup@4.0.0-beta.10
    • @workflow/cli@4.1.0-beta.53
    • @workflow/errors@4.1.0-beta.14
    • @workflow/typescript-plugin@4.0.1-beta.4
    • @workflow/astro@4.0.0-beta.27
    • @workflow/nuxt@4.0.1-beta.37

@workflow/world@4.1.0-beta.2

Patch Changes

@workflow/world-local@4.1.0-beta.29

Patch Changes

@workflow/world-postgres@4.1.0-beta.31

Patch Changes

  • #867 c54ba21 Thanks @TooTallNate! - Add optional writeToStreamMulti function to the World interface

  • Updated dependencies [0ce46b9, c54ba21]:

    • @workflow/world@4.1.0-beta.2
    • @workflow/world-local@4.1.0-beta.29
    • @workflow/errors@4.1.0-beta.14

@workflow/world-testing@4.1.0-beta.54

Patch Changes

  • Updated dependencies [0ce46b9, c54ba21]:
    • @workflow/world@4.1.0-beta.2
    • @workflow/cli@4.1.0-beta.53
    • workflow@4.1.0-beta.53

@workflow/world-vercel@4.1.0-beta.30

Patch Changes

  • #922 0ce46b9 Thanks @pranaygp! - Add support for custom headers in queue messages

  • #867 c54ba21 Thanks @TooTallNate! - Add optional writeToStreamMulti function to the World interface

  • #933 79e988f Thanks @pranaygp! - Add OTEL tracing for HTTP requests and storage operations using standard OTEL semantic conventions

  • Updated dependencies [0ce46b9, c54ba21]:

    • @workflow/world@4.1.0-beta.2
    • @workflow/errors@4.1.0-beta.14

@workflow/docs-typecheck@0.0.1-beta.13

Patch Changes

workflow-devkit-compiler-playground@0.1.1-beta.0

Patch Changes

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 0.043s (~) 1.008s (~) 0.965s 10 1.00x
🐘 Postgres Express 0.253s (+10.5% 🔺) 1.016s (~) 0.762s 10 5.92x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 0.667s (+14.0% 🔺) 1.565s (+1.0%) 0.898s 10 1.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 1.115s (~) 2.008s (~) 0.892s 10 1.00x
🐘 Postgres Express 2.180s (-3.6%) 3.016s (~) 0.837s 10 1.95x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.850s (-2.8%) 3.661s (-4.2%) 0.811s 10 1.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 10.829s (~) 11.013s (~) 0.184s 5 1.00x
🐘 Postgres Express 20.419s (~) 21.041s (~) 0.622s 5 1.89x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 22.379s (-3.9%) 22.822s (-4.3%) 0.443s 5 1.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 4.997s (-3.1%) 5.381s (-12.7% 🟢) 0.384s 6 1.00x
🐘 Postgres Express 29.448s (+3.2%) 30.145s (+3.5%) 0.698s 2 5.89x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.251s (-11.8% 🟢) 4.389s (-2.7%) 1.138s 7 1.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 5.181s (-2.2%) 6.187s (-1.6%) 1.006s 5 1.00x
🐘 Postgres Express 31.003s (-6.4% 🟢) 31.225s (-5.9% 🟢) 0.222s 1 5.98x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.038s (-2.3%) 4.116s (+10.6% 🔺) 1.078s 8 1.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 5.355s (~) 6.295s (~) 0.940s 5 1.00x
🐘 Postgres Express 33.042s (-5.3% 🟢) 33.152s (-5.8% 🟢) 0.110s 1 6.17x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.019s (-6.6% 🟢) 3.664s (-10.4% 🟢) 0.645s 9 1.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 5.468s (~) 6.403s (-0.6%) 0.936s 5 1.00x
🐘 Postgres Express 33.810s (+3.3%) 34.151s (+3.3%) 0.341s 1 6.18x

▲ Production (Vercel)

World Framework Workflow Time Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 3.119s (-31.4% 🟢) 3.736s (-30.4% 🟢) 0.617s 9 1.00x

🔍 Observability: Express

Stream Benchmarks (includes TTFB metrics)
workflow with stream

💻 Local Development

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
💻 Local 🥇 Express 0.181s (-3.3%) 0.993s (~) 0.014s (-6.0% 🟢) 1.022s (~) 0.841s 10 1.00x
🐘 Postgres Express 2.207s (+2.9%) 2.837s (-2.2%) 0.000s (-100.0% 🟢) 3.016s (~) 0.809s 10 12.19x

▲ Production (Vercel)

World Framework Workflow Time TTFB Slurp Wall Time Overhead Samples vs Fastest
▲ Vercel 🥇 Express 2.871s (-5.9% 🟢) 3.410s (+5.7% 🔺) 0.473s (-45.3% 🟢) 4.401s (-5.5% 🟢) 1.530s 10 1.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World 🥇 Fastest Framework Wins
💻 Local Express 8/8
🐘 Postgres Express 8/8
▲ Vercel Express 8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework 🥇 Fastest World Wins
Express 💻 Local 4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@vercel
Copy link
Contributor

vercel bot commented Feb 3, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
✅ ▲ Vercel Production 457 0 38 495
✅ 💻 Local Development 418 0 32 450
✅ 📦 Local Production 418 0 32 450
✅ 🐘 Local Postgres 418 0 32 450
✅ 🪟 Windows 45 0 0 45
❌ 🌍 Community Worlds 31 161 0 192
✅ 📋 Other 123 0 12 135
Total 1910 161 146 2217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 41 0 4
✅ example 41 0 4
✅ express 41 0 4
✅ fastify 41 0 4
✅ hono 41 0 4
✅ nextjs-turbopack 44 0 1
✅ nextjs-webpack 44 0 1
✅ nitro 41 0 4
✅ nuxt 41 0 4
✅ sveltekit 41 0 4
✅ vite 41 0 4
✅ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 41 0 4
✅ express-stable 41 0 4
✅ fastify-stable 41 0 4
✅ hono-stable 41 0 4
✅ nextjs-turbopack-stable 45 0 0
✅ nextjs-webpack-stable 45 0 0
✅ nitro-stable 41 0 4
✅ nuxt-stable 41 0 4
✅ sveltekit-stable 41 0 4
✅ vite-stable 41 0 4
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 41 0 4
✅ express-stable 41 0 4
✅ fastify-stable 41 0 4
✅ hono-stable 41 0 4
✅ nextjs-turbopack-stable 45 0 0
✅ nextjs-webpack-stable 45 0 0
✅ nitro-stable 41 0 4
✅ nuxt-stable 41 0 4
✅ sveltekit-stable 41 0 4
✅ vite-stable 41 0 4
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 41 0 4
✅ express-stable 41 0 4
✅ fastify-stable 41 0 4
✅ hono-stable 41 0 4
✅ nextjs-turbopack-stable 45 0 0
✅ nextjs-webpack-stable 45 0 0
✅ nitro-stable 41 0 4
✅ nuxt-stable 41 0 4
✅ sveltekit-stable 41 0 4
✅ vite-stable 41 0 4
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 45 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 3 0 0
❌ mongodb 5 40 0
✅ redis-dev 3 0 0
❌ redis 5 40 0
✅ starter-dev 3 0 0
❌ starter 4 41 0
✅ turso-dev 3 0 0
❌ turso 5 40 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 41 0 4
✅ e2e-local-postgres-nest-stable 41 0 4
✅ e2e-local-prod-nest-stable 41 0 4

📋 View full workflow run

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 3fa976a to 7ca41c7 Compare February 3, 2026 07:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7ca41c7 to 10da282 Compare February 3, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant